The Dreamweaver JavaScript API > Selection functions > site.setSelection()

 

site.setSelection()

Availability

Dreamweaver 3.0

Description

Selects files or folders in the active pane in the Site window.

Arguments

arrayOfURLs

arrayOfURLs is an array of strings, each a path to a file or folder in the current site, expressed as a file:// URL.

Note: Leave off the trailing slash (/) when specifying folder paths.

Returns

Nothing.

Enabler

None.